home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
misc
/
felix
/
source
/
felixbase.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-25
|
662b
|
22 lines
//*************************************************************************//
// Filename: FelixBase.h
// Autor: Christian Taulien of Strange Intelligence
// Purpose: Definition of FelixBase
// Creation: 18. März 1998
//*************************************************************************//
#ifndef TAULIEN_FELIXBASE_H
#define TAULIEN_FELIXBASE_H
#include <exec/types.h>
#include <exec/libraries.h>
struct FelixBase
{
struct Library api_LibNode; // standard library
UWORD api_pad; // we are now longwod aligned
ULONG api_Magic; // used to recognize Felix libraries
};
#endif // TAULIEN_FELIXBASE_H